Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NRasterImageExporter<TContent> Class / CopyToClipboard Method / CopyToClipboard(NRectangle,Double) Method
Bounding box of the area to be rasterized.
Resolution of the image.


In This Topic
    CopyToClipboard(NRectangle,Double) Method
    In This Topic
    Copies a raster image to the clipboard. The image contains a rasterization of the document for the specified bounds and is generated with the specified dpi.
    Syntax
    'Declaration
     
    
    Public Overloads Overrides Sub CopyToClipboard( _
       ByVal bounds As NRectangle, _
       ByVal dpi As System.Double _
    ) 
    'Usage
     
    
    Dim instance As NRasterImageExporter(Of TContent)
    Dim bounds As NRectangle
    Dim dpi As System.Double
     
    instance.CopyToClipboard(bounds, dpi)
    public override void CopyToClipboard( 
       NRectangle bounds,
       System.double dpi
    )

    Parameters

    bounds
    Bounding box of the area to be rasterized.
    dpi
    Resolution of the image.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also